| ... | ... | |
|---|
| 64 | 64 | * [[https://www.meilisearch.com/docs/guides/deployment/running_production|systemctl에 추가해서 실행 편하게 하기]] |
|---|
| 65 | 65 | |
|---|
| 66 | 66 | === 엔진 설치 === |
|---|
| 67 | | > git clone https://github.com/wjdgustn/thetree //엔진 git으로 불러오기 |
|---|
| 67 | > git clone https://github.com/wjdgustn/thetree --recurse-submodules //엔진 git으로 불러오기 |
|---|
| 68 | 68 | > npm i // 라이브러리 다운로드하기 |
|---|
| 69 | | |
|---|
| 70 | | === 스킨 설치 === |
|---|
| 71 | | > git clone https://github.com/wjdgustn/thetree-skin-liberty.git skins/liberty //리버티 스킨 Git에서 가져오기 |
|---|
| 72 | 69 | |
|---|
| 73 | 70 | == 마지막 == |
|---|
| 74 | 71 | * 초기 설정 및 첫 실행은 다음 문서를 참고하자. |
|---|
| 75 | 72 | * [[the tree/위키 구축]] |
|---|